<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <title>系统提示信息</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <style type="text/css">
    * {
        padding: 0;
        margin: 0;
    }

    body {
        background: #fff;
        color: #000;
        font-family: Tahoma, Arial, sans-serif;
    }

    .cms-msg {
        width: 500px;
        position: absolute;
        top: 44%;
        left: 50%;
        z-index: 2;
        margin: -87px 0 0 -250px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        border-radius: 3px;
        overflow: hidden;
    }

    .cms-msg-title {
        height: 35px;
        line-height: 35px;
        color: #fff;
        background: #1e9fff;
    }

    .cms-msg-body {
        margin: 20px 0;
        text-align: center
    }

    .cms-info {
        margin-bottom: 10px; width: 100%; padding: 0 20px; word-break: break-word; box-sizing: border-box; line-height: 1.75;
    }

    .cms-msg-body p {
        font-size: 12px;
    }

    .cms-msg-body p a {
        font-size: 12px;
        color: #333;
        text-decoration: none;
    }

    .cms-msg-body p a:hover {
        color: #1e9fff;
    }
    </style>
</head>

<body>
    <div class="cms-msg">
        <div class="cms-msg-title">提示信息</div>
        <div class="cms-msg-body">
            <div class="cms-info">您访问的内容不存在，请核对后重试！</div>

            <p><a href="javascript:history.back(-1)" title="点击返回上一页">点击返回上一页</a></p>
        </div>
    </div>
</body>

<body>

</html>
<div id="ryphp_debug" style="display: none;margin:0px;padding:0px;font-size:12px;font-family:Tahoma,Arial,sans-serif;line-height:20px;text-align:left;border-top:1px solid #ddd;color:#333;background:#fff;position:fixed;_position:absolute;bottom:0;left:0;width:100%;z-index:999999;box-shadow:-2px 2px 20px #757575">
    <div style="padding-left:15px;height:36px;line-height:36px;border-bottom:1px solid #ddd;background-color:#f5f5f5;color:#444"><span onclick="close_ryphp_debug()" style="cursor:pointer;float:right;width:25px;color:#333;padding-top:10px;overflow:hidden;"><img style="height:18px;vertical-align:top;" title="关闭" alt="关闭" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABOUlEQVRYR+2W0W0CMRBE33VACXQAdAAlpAJIBaGTKBUk6SAdJB0AHaQESogG3UknY+Pd9cfl4+7Tsj3v1rOr6Zj46ybWZwb4txVYAC/AJ/Db6JMlsAfegGt6V6kCB+C9P7ADzkGINfAN6IeegQ8rgA78AKsGiLH4Bdh6KiDQFgiTuERqJoxAmMUtAN5KuMStAFYIt7gHoAYREvcClCC0PrRa0e2lNq6ZMHcuNeYA5haPVGAAGkNoLSTeAjB+c92jERuamJEnSA0ngPDE9ALk3C6A8Nj2ADxqtcjEvPnJCmDp8xCEBcAinusOkzFrAB7xEMQjgIi4G6IEoBh16jNBdMikntjk4l0J4Ai8tky4vhRjiCfgyxrJtE8RSlnwLkg686EglDGVB82h1KkR317rgvjNxpMzwOQV+AM8QnIhRC5g4gAAAABJRU5ErkJggg=="></span><span onclick="min_ryphp_debug()" style="cursor:pointer;float:right;color:#333;padding:0 10px;margin-right:10px;" title="最小化">—</span>
        <span style="font-size:14px">运行信息( <span style="color:red">0.051342</span> 秒):</span>
    </div>
    <div style="clear:both;margin:0px;padding:0 10px;height:200px;overflow:auto;">
        <div style="margin-top:5px;">［其他信息］</div>
        <div style="padding-left:20px">程序版本：1.0.8-MOD20210912，操作系统：WINNT，WEB应用：Microsoft-IIS/10.0</div>
    </div>
</div>
<div id="ryphp_open" onclick="show_ryphp_debug()" title="查看详细" style="height:28px;line-height:28px;border-top-left-radius:3px;z-index:999998;font-family:Tahoma,Arial,sans-serif;float:right;text-align: right;overflow:hidden;position:fixed;_position:absolute;bottom:0;right:0;background:#232323;color:#fff;font-size:14px;padding:0 8px;cursor:pointer;">0.051342s
</div>  
<script type="text/javascript">
    function show_ryphp_debug(){
        document.getElementById('ryphp_debug').style.display = 'block';
        document.getElementById('ryphp_open').style.display = 'none';
    }
    function min_ryphp_debug(){
        document.getElementById('ryphp_debug').style.display = 'none';
        document.getElementById('ryphp_open').style.display = 'block';
    }
    function close_ryphp_debug(){
        document.getElementById('ryphp_debug').style.display = 'none';
        document.getElementById('ryphp_open').style.display = 'none';
    }
</script>